home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / e / exodus.txt < prev    next >
Text File  |  1993-07-10  |  3KB  |  63 lines

  1.  
  2. *********** EXODUS SOFTWARE AVAILABILITY (as of 6/1/93) *************
  3.  
  4. The EXODUS software includes the EXODUS Storage Manager (a persistent
  5. object storage system) and the compiler for the E persistent
  6. programming language.  Also included is documentation, and a suite of
  7. test programs for both components.  We are no longer distributing the
  8. EXODUS Query Optimizer Generator since Prof. Goetz Graefe (the primary
  9. developer of the software) now has an enhanced version.  You may
  10. contact him at graefe@cs.pdx.edu for more information.
  11.  
  12. The EXODUS Storage Manager (SM) is a multi-user object storage system
  13. supporting versions, indexes, single-site transactions, distributed
  14. transactions, concurrency control, and recovery.  E is a persistent
  15. programming language based on C++ (implemented in a recent version of
  16. GNU g++).  It uses the SM to store objects.
  17.  
  18. The EXODUS Database Toolkit software is freely available via anonymous
  19. ftp.  We currently support SPARCstations/SUN-OS, DECstations/ULTRIX
  20. workstations. The Storage Manager component has is also available for
  21. HP 7xx/HP-UX workstations.
  22.  
  23. This directory contains publicly available software from the EXODUS
  24. Database Toolkit Project.  Please see the README file for more
  25. information about the software.
  26.  
  27. sm/
  28.     The EXODUS Storage Manager is located in the "sm" directory.  
  29.  
  30. E/
  31.     A version of GNU E (a persistent programming language based on C++)
  32.     for decstations and sparcs is available in the "E" directory.  
  33.  
  34. E_lange_doc/
  35.     A few E language papers are located in "E_lang_doc".  
  36.  
  37. bibliography/
  38.     The file "bibliography" contains a bibliography of EXODUS-related 
  39.     papers.  All EXODUS Project Technical Reports are available
  40.     through the technical report server on this archive.
  41.  
  42. Please contact us if you decide to use the EXODUS software and indicate
  43. which tool (the Storage Manager or the E compiler) you are using.  That
  44. way we can contact you about updates.  You can contact us by e-mail at
  45. exodus@cs.wisc.edu.
  46.  
  47. ************************** SOFTWARE STATUS ***************************
  48.  
  49. The EXODUS Storage Manager has a client-server (page shipping)
  50. architecture with B+tree and linear-hashing index facilities,
  51. distributed transactions, version support, lock-based concurrency
  52. control, and log-based recovery support.  The current release is
  53. version 3.0.
  54.  
  55. A new E language implementation, GNU E, is is available via ftp.  This
  56. compiler is based  on GNU g++ 2.3.3.
  57.  
  58. **************************** FUTURE PLANS ****************************
  59.  
  60. SM 3.0 and E 2.3.3 are the final major releases planned for the EXODUS
  61. software.  We will still have some minor releases to fix bugs and
  62. add minor improvements.
  63.